projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2e398e
)
(coptic-name): defvar rather than defconst.
author
Glenn Morris
<rgm@gnu.org>
Sun, 3 Aug 2003 13:53:54 +0000
(13:53 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 3 Aug 2003 13:53:54 +0000
(13:53 +0000)
lisp/calendar/cal-coptic.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-coptic.el
b/lisp/calendar/cal-coptic.el
index 37d45c7ce4c90327048a092d7352914d9401f5c2..13c731f98ff896b5b0a346124e53522d7f6a65bb 100644
(file)
--- a/
lisp/calendar/cal-coptic.el
+++ b/
lisp/calendar/cal-coptic.el
@@
-49,7
+49,7
@@
(defvar coptic-calendar-epoch (calendar-absolute-from-julian '(8 29 284))
"Absolute date of start of Coptic calendar = August 29, 284 A.D. (Julian).")
-(def
const
coptic-name "Coptic")
+(def
var
coptic-name "Coptic")
(defun coptic-calendar-leap-year-p (year)
"True if YEAR is a leap year on the Coptic calendar."